Next | Prev | Top | Contents | Index

Chapter 8: Optimizing Disk I/O for a Real-Time Program


A real-time program sometimes needs to perform disk I/O under tight time constraints and without affecting the timing of other activities such as data collection. This chapter covers techniques that IRIX supports that can help you meet these performance goals, including these topics:


Memory-Mapped I/O
Asynchronous I/O
Synchronous Writing and Direct Writing
Guaranteed-Rate I/O

Next | Prev | Top | Contents | Index